WebOrder-v1.0 Schema
SalePriceType Element
WebOrder-v1.0 Schema > Row Complex Type > Price Element : SalePriceType Element
Namespace urn:xmlns:nedfox-retaillink-com:WebOrder
Type
Restriction of xs:string
Diagram
SalePriceType Element
Overview
SalePriceType Restriction of xs:string
Source
<xs:element name="SalePriceType" minOccurs="1" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="Sku|Quantity" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
Price ElementRow Complex TypeWebOrder-v1.0 Schema